home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form5
- BackColor = &H80000001&
- Caption = "Hilfe"
- ClientHeight = 7425
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 8415
- ScaleHeight = 7425
- ScaleWidth = 8415
- StartUpPosition = 3 'Windows-Standard
- Begin VB.CommandButton Command1
- BackColor = &H8000000A&
- Caption = "zur
- Height = 495
- Left = 3360
- TabIndex = 0
- Top = 6840
- Width = 1455
- End
- Begin VB.Image Image1
- BorderStyle = 1 'Fest Einfach
- Enabled = 0 'False
- Height = 6525
- Left = 0
- Picture = "Form5.frx":0000
- Top = 120
- Width = 8385
- End
- Attribute VB_Name = "Form5"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub RichTextBox1_Change()
- End Sub
- Private Sub Command1_Click()
- Form5.Hide
- Form2.Show
- End Sub
-